ComponentOne Xamarin.Android
Item Property (C1HierarchicalCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : Item Property
The index.
Gets the item at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As C1HierarchicalCollectionView(Of T)
Dim index As Integer
Dim value As T
 
value = instance.Item(index)
public T this[ 
   int index
]; {get;}

Parameters

index
The index.
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1HierarchicalCollectionView<T> Members